home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.9 KB | 98 lines | [TEXT/MPS ] |
- /* Rez file for balloon document "Netsim Balloons" */
- /* Created Mon, Aug 19, 1991 at 0:36 */
-
- #include "Types.r"
- #include "BalloonTypes.r"
-
- resource 'hrct' (1000,"Local Sample") {
- HelpMgrVersion,
- hmDefaultOptions,
- 0,
- 0,
- {
-
- HMStringResItem { /* Local Sample 77,49 */
- {85,285},
- {0,0,100,300},
- 1000,1
- }
- }
- };
-
- resource 'hrct' (1001,"Record Min/Max Samples") {
- HelpMgrVersion,
- hmDefaultOptions,
- 0,
- 0,
- {
-
- HMStringResItem { /* Record Min/Max Samples 92,82 */
- {35,285},
- {0,0,50,300},
- 1000,2
- },
- HMStringResItem { /* Record Min/Max Samples 107,28 */
- {85,285},
- {0,50,100,300},
- 1000,3
- }
- }
- };
-
- resource 'hrct' (1002,"Statistics") {
- HelpMgrVersion,
- hmDefaultOptions,
- 0,
- 0,
- {
-
- HMStringResItem { /* Statistics 159,30 */
- {128,113},
- {0,0,168,133},
- 1000,4
- },
- HMStringResItem { /* Statistics 28,27 */
- {128,243},
- {0,133,168,256},
- 1000,5
- }
- }
- };
-
-
-
- resource 'hwin' (1000) {
- HelpMgrVersion,
- 0,
- {
- 1002, 'hrct', 10, "Statistics",
- 1001, 'hrct', 22, "Record Min/Max Samples",
- 1000, 'hrct', 12, "Local Sample"
- }
- };
-
- resource 'STR#' (1000, "Balloon Help String 1") {
- {
- /* [1] Local Sample 77,49, Normal */
- "Scatter diagram of local sample",
- /* [2] Record Min/Max Samples 92,82, Normal */
- "Scatter diagram of sample with record minimum statistics",
- /* [3] Record Min/Max Samples 107,28, Normal */
- "Scatter diagram of sample with record maximum statistics",
- /* [4] Statistics 28,27, Normal */
- "Histogram and summary of local ststistics",
- /* [5] Statistics 159,30, Normal */
- "Histogram and summary of local and remote statistics."
- }
- };
-
- resource 'hfdr' (-5696)
- {HelpMgrVersion,hmDefaultOptions,0,0,
- {HMSTRResItem { 5696 }
- }
- };
- resource 'STR ' (5696)
- {"NetSim is a sample program for the NetWork System of distributed computing.\$0D\$0D"
- "If NetWork Processor is installed, it can make use of distributed computing resources.\$0D\$0D"
- "A NetWork Processor is required for NetSim"
- };